home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / jh3b4of4.zip / VU.TXT < prev   
Text File  |  1993-03-01  |  8KB  |  252 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.                                                                        │
  18.                                                 The Silicon Frog, Inc. │
  19.                                                                        │
  20.                                                The VU Text File Viewer │
  21.                                                                        │
  22.                                                            Version 1.0 │
  23.                                                                        │
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.             (c) 1988-92 The Silicon Frog, Inc.
  59.                 All Rights Reserved
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.             Table of Contents
  68.  
  69.  
  70.             Introduction...............................................1
  71.             Memory Requirements........................................1
  72.             Screen Colors..............................................1
  73.             Extended Video Support.....................................1
  74.             Text Files.................................................1
  75.             Starting VU................................................2
  76.             The VU Screen..............................................2
  77.             Scrolling through the file.................................2
  78.             The Help/Status Line.......................................3
  79.             Loading a new file.........................................3
  80.  
  81.  
  82.  
  83.  
  84.  
  85.                                                         VU Text Viewer 1
  86.  
  87.             Introduction
  88.  
  89.             VU is a small, quick, and easy to use text file viewer
  90.             distributed with other Silicon Frog programs for your
  91.             convenience.  In a nutshell, VU is an unreasonable
  92.             substitute for Vern Buerg's excellent LIST/LIST Enhanced
  93.             file viewer.
  94.  
  95.  
  96.             Memory Requirements
  97.  
  98.             VU requires approximately 54K to operate.  Although the
  99.             VU.COM file is barely 12K, the program requires over 40K of
  100.             dynamic DOS memory for its file buffer.
  101.  
  102.  
  103.             Screen Colors
  104.  
  105.             VU operates on any standard display adapter.  On a color
  106.             monitor, VU will display the text in white on blue, and its
  107.             title and help/status lines in inverse video.  On a
  108.             monochrome monitor, the program displays the text in
  109.             standard video and the title and help/status lines in
  110.             inverse video.
  111.  
  112.  
  113.             Extended Video Support
  114.  
  115.             VU passively supports adapter/monitor combinations and video
  116.             enhancers (e.g., Personics' UltraVision) which can display
  117.             more than 25 screen lines.  Most recent video adapters
  118.             include utilities which allow you to switch video modes
  119.             (i.e., 80x43, 80x50, etc.)  VU will not internally change
  120.             the existing text mode, but it will adapt to any mode as
  121.             long as the screen width is 80 columns.
  122.  
  123.  
  124.             Text Files
  125.  
  126.             VU will accurately display standard CR/LF-delimited ASCII
  127.             text files such as Silicon Frog .DOC or .TXT documentation
  128.             files, .BAT files, Windows' .INI files, etc.  You will get
  129.             unpredictable results if you attempt to view binary files or
  130.             most unformatted word processor document files (these files
  131.             seldom use CR/LF line delimiters).  TAB characters, by
  132.             default, are shown as four contiguous spaces.
  133.  
  134.  
  135.  
  136.  
  137.  
  138.                                                         VU Text Viewer 2
  139.  
  140.             Starting VU
  141.  
  142.             To start VU, type the following command at the DOS prompt:
  143.  
  144.             C:\>VU [D:\PATH\FILENAME.EXT] [/BW]
  145.  
  146.             The filename parameter, if specified, must conform to DOS
  147.             coding standards.  For example, if you do not specify a
  148.             path, the file must be in the current directory.  You may
  149.             not use the ? and/or * DOS wildcards in the file name.  If
  150.             you do not specify a file name when starting VU, the program
  151.             will prompt you for one.  When the program is running, the
  152.             file name is shown at the right of the Help/Status line.
  153.  
  154.             The /BW parameter tells VU to force monochrome operation.
  155.             Use this parameter if VU is unable to recognize your monitor
  156.             type or if the screen text is difficult to read (VU may not
  157.             be able to correctly identify monochrome monitors attached
  158.             to some EGA or VGA adapters).
  159.  
  160.  
  161.             The VU Screen
  162.  
  163.             VU displays its name and copyright on the top screen line.
  164.             Summary help information is shown on the bottom Help/Status
  165.             line.  File text occupies the area between the two.
  166.  
  167.  
  168.             Scrolling through the file
  169.  
  170.             VU features horizontal scrolling to allow viewing of lines
  171.             which exceed the 80-character screen width.  To scroll
  172.             through the file, use the following keys:
  173.  
  174.                              Key   Action
  175.                -----------------   ------------------------------------
  176.                             <Up>   Scroll up one line
  177.                             <Dn>   Scroll down one line
  178.                           <PgUp>   Scroll up one page
  179.                           <PgDn>   Scroll down one page
  180.                          <Right>   Scroll right 1 character
  181.                           <Left>   Scroll left 1 character
  182.                           <Home>   Top of file
  183.                            <End>   End of file
  184.                            <Esc>   Quit VU, return to DOS
  185.  
  186.  
  187.  
  188.  
  189.  
  190.                                                         VU Text Viewer 3
  191.  
  192.             The Help/Status Line
  193.  
  194.  
  195.             The left half of the Help/Status line displays the program's
  196.             help reminders (scroll keys, <F2> to load a new file, <Esc>
  197.             to quit).
  198.  
  199.             The right half of the Help/Status line displays the current
  200.             file status:
  201.  
  202.             1. The line number (the line at the top of the file viewing
  203.                area), followed by the total number of lines in the file.
  204.                VU displays (TOF) and (EOF) indicators when you reach the
  205.                top or the end of the file.
  206.  
  207.             2. The horizontal offset, expressed as a positive number.
  208.                This value is displayed only if you scrolled horizontally
  209.                and the first file position is no longer at the left edge
  210.                of the viewing area.
  211.  
  212.             3. The file name and extension.
  213.  
  214.  
  215.             Loading a new file
  216.  
  217.             To view a new file, press <F2>.  VU will display a file name
  218.             prompt on the bottom line.  The name of the file being
  219.             viewed, if any, will appear in the edit field.  The
  220.             following keys are active while editing the file name:
  221.  
  222.                              Key   Action
  223.                -----------------   ------------------------------------
  224.                    <Right Arrow>   Move 1 character to the right
  225.                     <Left Arrow>   Move 1 character to the left
  226.                            <Del>   Delete character at cursor
  227.                      <Backspace>   Delete character at left of cursor
  228.                            <Ins>   Toggle Insert/Overstrike mode
  229.                         <Alt><C>   Clear field
  230.                         <Alt><R>   Restore original field
  231.                          <Enter>   Accept edit
  232.                            <Esc>   Cancel edit or Quit VU
  233.  
  234.             If VU cannot find the file, it will display an error message
  235.             on the bottom line and will re-display the file prompt.
  236.  
  237.             If the file prompt is displayed when the program starts
  238.             (i.e., you did not specify a file when you started VU),
  239.             pressing <Esc> will immediately terminate the program.  If a
  240.             file is already loaded, pressing <Esc> cancels the new file
  241.             request and returns you to the file viewer.
  242.  
  243.  
  244.  
  245.